'Declaration Public MustInherit Class C1EntityFrameworkCoreCursorDataCollectionBase(Of T As Class) Inherits C1.DataCollection.C1CursorDataCollection(Of T,Nullable(Of Integer)) Implements C1.DataCollection.IDataCollection(Of T), C1.DataCollection.ISupportConnection, C1.DataCollection.ISupportEditing(Of T), C1.DataCollection.ISupportFiltering, C1.DataCollection.ISupportIncrementalLoading, C1.DataCollection.ISupportRefreshing, C1.DataCollection.ISupportSorting, C1.DataCollection.ISupportVirtualization
public abstract class C1EntityFrameworkCoreCursorDataCollectionBase<T> : C1.DataCollection.C1CursorDataCollection<T,Nullable<int>>, C1.DataCollection.IDataCollection<T>, C1.DataCollection.ISupportConnection, C1.DataCollection.ISupportEditing<T>, C1.DataCollection.ISupportFiltering, C1.DataCollection.ISupportIncrementalLoading, C1.DataCollection.ISupportRefreshing, C1.DataCollection.ISupportSorting, C1.DataCollection.ISupportVirtualization where T: class